home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {app} / InstallData / Help / TextEd.chm / cshelp.txt < prev    next >
Encoding:
Text File  |  2009-11-23  |  25.0 KB  |  779 lines

  1.  
  2. .topic 3001
  3. If enabled, several highlighters will be used to highlight code in html files. This enables highlighting of html, CSS, JavaScript, VBScript, ASP, PHP, CFScript.
  4.  
  5.  
  6. .topic 3002
  7. Enable this to highlight ASP or PHP code in strings.
  8.  
  9.  
  10. .topic 3003
  11. Clear the undo/redo buffer when a file is saved. Uncheck this option to enable undo/redo after saving the file.
  12.  
  13.  
  14. .topic 3004
  15. Set this to disable drag n drop of selected text.
  16.  
  17.  
  18. .topic 3005
  19. Don't move the text cursor to the end of the pasted text. Set this option and the cursor stays at the insertion point.
  20.  
  21.  
  22. .topic 3006
  23. Prevent the cursor from moving beyond the end of line. This is the standard for many text editors, including Microsoft editors.
  24.  
  25.  
  26. .topic 3007
  27. Don't convert tabs into spaces when the file is opened.
  28.  
  29.  
  30. .topic 3008
  31. Insert spaces when the tab key is pressed. Uncheck this option if you want to insert tab characters.
  32.  
  33.  
  34. .topic 3009
  35. Keep the indention when you press <enter>.
  36.  
  37.  
  38. .topic 3010
  39. Try to align the text cursor to the correct indention point. Can be very useful when editing source code.
  40.  
  41.  
  42. .topic 3011
  43. Align the text cursor to the following indention point. This does not always insert tabs, but can sometimes insert spaces.
  44.  
  45.  
  46. .topic 3012
  47. Try to preserve the indention when the text is pasted. This will change the behavior of the normal paste operation as well as drag n drop.
  48.  
  49.  
  50. .topic 3013
  51. Set C# as your default ASP .NET language.
  52.  
  53.  
  54. .topic 3014
  55. Set Visual Basic as your default ASP .NET language.
  56.  
  57.  
  58. .topic 3015
  59. Set the syntax files to be used with multiple highlighting. You probably shouldn't change this settings.
  60.  
  61.  
  62. .topic 3016
  63. Close braces automatically. Braces can be (), [], ""... This feature is intelligent and tries to close the brace only when you want to.
  64.  
  65. .topic 3017
  66. Close a structural block automatically. A structural block can be { ... } or begin ... end. Line breaks are inserted and the text cursor is indented.
  67.  
  68. .topic 3018
  69. Display a hint when hovering over a closed code folding icon. The hint will display some lines from the folded text.
  70.  
  71. .topic 4001
  72. Remember and open the files that where open in the last session.
  73.  
  74.  
  75. .topic 4002
  76. Open associated files in a tab if the program is running. Uncheck to open the files in new windows.
  77.  
  78.  
  79. .topic 4003
  80. Display a warning if the document is changed by another program.
  81.  
  82.  
  83. .topic 4015
  84. Allow the editor to overwrite and save a read-only file. Even if the file is write protected.
  85.  
  86. .topic 4004
  87. Word wrap is on when a new document is opened or created.
  88.  
  89.  
  90. .topic 4005
  91. Always open a blank document at startup. You can set the default extension and encoding below.
  92.  
  93.  
  94. .topic 4006
  95. Set the default file extension for new documents.
  96.  
  97.  
  98. .topic 4007
  99. Set the default file encoding for new documents.
  100.  
  101.  
  102. .topic 4019
  103. Use a signature (BOM) with new documents if the file encoding is Unicode, e.g. Unicode (UTF-8).
  104.  
  105. .topic 4008
  106. Detect Unicode encoded files. Even if the signature is missing. It may be able to detect UTF-8, UTF-16 and UTF-16 Big-Endien.
  107.  
  108.  
  109. .topic 4009
  110. Detect ANSI code page and Unicode encoded files. Even if the signature is missing. A list may be displayed with several encoding alternatives to select from.
  111.  
  112.  
  113. .topic 4010
  114. Use this encoding if no text encoding is detected when opening a file. Usually it should be set to system default, but you can change it to anything you want.
  115.  
  116.  
  117. .topic 4011
  118. Fold all collapsible text blocks when the file is opened.
  119.  
  120.  
  121. .topic 4012
  122. Fold all collapsible text blocks, except the top level nodes, when the file is opened.
  123.  
  124.  
  125. .topic 4013
  126. Fold collapsible nodes inside the opened node. This can make navigation easier if the node has many sub nodes.
  127.  
  128.  
  129. .topic 4014
  130. Associate file types with the program.
  131.  
  132. Windows Vista - Opens a window to handle your file type associations.
  133. .
  134. Windows 2000 / XP - Opens the standard "Folder Options" dialog usually found in the control panel. You can set any association you need in this dialog.
  135. .
  136. Windows 98 / Me - Not available.
  137.  
  138. .topic 5001
  139. Toggle code folding and region folding on/off. This option enables/disables the code explorer as well.
  140.  
  141. .topic 5002
  142. Set this if you want block comments to be foldable.
  143.  
  144. .topic 5003
  145. Set the color of the border around the folded source code.
  146.  
  147. .topic 5004
  148. Set a delay before the auto completion list appears.
  149.  
  150. .topic 5005
  151. Toggle the ruler on/off.
  152.  
  153. .topic 5006
  154. Align editor tabs on multiple rows. If disabled, tabs are aligned on one line.
  155.  
  156. .topic 5007
  157. Highlight the current row using a different background color.
  158.  
  159. .topic 5008
  160. Display a border around the current line.
  161.  
  162. .topic 5009
  163. Highlight braces when the text cursor is next to one. Both the start and end braces are highlighted.
  164.  
  165. .topic 5026
  166. Highlight html tags when the text cursor is next to one. Both the start and end tags are highlighted.
  167.  
  168. .topic 5027
  169. Highlight XML tags when the text cursor is next to one. Both the start and end tags are highlighted.
  170.  
  171. .topic 5024
  172. Highlight fold elements when the text cursor is over one. The color can be set for each syntax type.
  173.  
  174. .topic 5010
  175. Make the tab characters in the text visible.
  176.  
  177. .topic 5011
  178. Make the line breaks in the text visible.
  179.  
  180. .topic 5012
  181. Set the distance where to display a right margin line. The default is 80 characters. To hide the line set the value to zero.
  182.  
  183. .topic 5013
  184. Word wrap text beyond this column width.
  185.  
  186. .topic 5014
  187. Set the amount to scroll when the text cursor reaches the window edge.
  188.  
  189. .topic 5015
  190. Show vertical lines between the top and bottom of the code block. The blocks are the same as for code folding.
  191.  
  192. .topic 5016
  193. Set a color for one of the indent lines.
  194.  
  195. .topic 5017
  196. Set a color for one of the indent lines.
  197.  
  198. .topic 5018
  199. Set a color for one of the indent lines.
  200.  
  201. .topic 5019
  202. Set colors for the indent guide lines. Three indent line colors can be used.
  203.  
  204. .topic 5020
  205. Make the space characters in the text visible.
  206.  
  207. .topic 5021
  208. Select a color for tab, space and line break characters.
  209.  
  210. .topic 5022
  211. Display the indent lines as dotted.
  212.  
  213. .topic 5025
  214. Display the indent lines as dashed.
  215.  
  216. .topic 5023
  217. Some languages don't use space to separate word (e.g. Thai) or is written from right to left (e.g. Arabic). To word wrap such text correctly - check this option.
  218.  
  219. .topic 5028
  220. Word wrap text at the window edge.
  221.  
  222. .topic 5029
  223. Word wrap at the right margin line. The line can be moved by a left mouse button click on the ruler.
  224.  
  225. .topic 5030
  226. Auto complete words as you type. A list is displayed with possible words, taken from the current document.
  227.  
  228. .topic 5031
  229. Set the width of the text cursor. Default is 1.
  230.  
  231. .topic 6001
  232. Select a highlighter in order to change its color and text attribute settings.
  233.  
  234. .topic 6002
  235. Change the text attribute of the selected highlighting element.
  236.  
  237. .topic 6003
  238. Change the color of the selected highlighting element.
  239.  
  240. .topic 6004
  241. Select a highlighting element to change its color or text attribute.
  242.  
  243. .topic 6005
  244. Import settings for the selected highlighter, if available. When you install a new syntax highlighter the settings are imported using a wizard. You will probably never have to use this button.
  245.  
  246. .topic 6006
  247. Export your current highlighter settings to an external file. This can be useful if you create a new syntax file and wish to publish it with a settings file.
  248.  
  249. .topic 7001
  250. Select a syntax highlighter in order to make changes to it. You could delete it or add some new file extensions.
  251.  
  252. .topic 7002
  253. Add a new syntax highlighter. The wizard will guide you through the process.
  254.  
  255. .topic 7003
  256. Remove a syntax highlighter. This will erase all settings you have made to this highlighter.
  257.  
  258. .topic 7004
  259. The editor needs to know what file extensions to use to identify the correct highlighter.
  260.  
  261. .topic 7005
  262. Add a new file extension.
  263.  
  264. .topic 7006
  265. Remove a file extension from the list.
  266.  
  267. .topic 7007
  268. Change the syntax file used for highlighting.
  269.  
  270. .topic 8001
  271. Select a font and size to be used with these type of files.
  272.  
  273. .topic 8002
  274. Select a font and size to be used with ASCII files.
  275.  
  276. .topic 8003
  277. Select a font and size to be used with source files.
  278.  
  279. .topic 8004
  280. Set the maximal tab width. A tab size of 4 equals the width of max 4 space characters.
  281.  
  282. .topic 8005
  283. Add spacing between lines. The number is given in pixels.
  284.  
  285. .topic 8008
  286. Select a file type or syntax style. All settings below will affect this file type only.
  287.  
  288. .topic 8009
  289. Add a new file type to set individual settings for these files.
  290.  
  291. .topic 8010
  292. Delete the current file type.
  293.  
  294. .topic 11401
  295. Use the word under the text cursor as text to search for.
  296.  
  297. .topic 11402
  298. Use find/replace auto completion in the search dialog.
  299.  
  300. .topic 11403
  301. Continue search from the beginning of file when we reach the end (or end of file when we reach the beginning of file).
  302.  
  303. .topic 11404
  304. Show a confirmation dialog when we reach an end of file to abort or continue the search.
  305.  
  306. .topic 11405
  307. Use selected word with "Find next" or "Find previous". This can be very useful if want to search for a word without opening the search dialog.
  308.  
  309. .topic 11406
  310. Display a detailed result list in the bottom-bar when the search is finished.
  311.  
  312. .topic 11407
  313. Display a result dialog when the search is finished.
  314.  
  315. .topic 10408
  316. Highlight all found items in the text when using Find All.
  317.  
  318. .topic 10409
  319. Highlight all found items in the text. This option is only valid for open documents. When searching a folder or a project, a list with found items will be shown.
  320.  
  321. .topic 9001
  322. Set this option to show line numbers in the left margin.
  323.  
  324. .topic 9002
  325. Set the background color of the left margin.
  326.  
  327. .topic 9003
  328. Set the text color used in the left margin.
  329.  
  330. .topic 9004
  331. Set if you want the background color of the left margin to be gradient. The start color is set above. The end color is the document background color.
  332.  
  333. .topic 9005
  334. The left margin line can be invisible (None), dotted or solid.
  335.  
  336. .topic 9006
  337. Set the color of the left margin line.
  338.  
  339. .topic 9007
  340. Fold nodes are indicated with an icon in the left margin. There are several to choose from.
  341.  
  342. .topic 9008
  343. Set to display a line number on every line.
  344.  
  345. .topic 9009
  346. Highlight changes made on a line with yellow and green bars. Yellow for resent changes and green for saved changes.
  347.  
  348. .topic 9019
  349. Here are a few presets you could try to change the appearance of the left margin.
  350.  
  351. .topic 9020
  352. Color of the line change indicator in the left margin. Default color is yellow.
  353.  
  354. .topic 9021
  355. Color of the line changed and saved indicator. Default color is lime.
  356.  
  357. .topic 10001
  358. Enable the auto save function to save your documents using a set interval.
  359.  
  360. .topic 10002
  361. Set this option if you want to be prompted to save new documents.
  362.  
  363. .topic 10003
  364. Auto save only the current document.
  365.  
  366. .topic 10004
  367. Set if you want to reset the undo/redo buffer with every save. Usually you want to uncheck this option.
  368.  
  369. .topic 10005
  370. Set the interval when documents are saved.
  371.  
  372. .topic 10006
  373. Convert tabs to spaces before saving the document.
  374.  
  375. .topic 10007
  376. Remove trailing white spaces before saving the document.
  377.  
  378. .topic 10008
  379. Save cursor position when a document is closed. When the file is reopened, the cursor is positioned at the saved position.
  380.  
  381. .topic 10009
  382. Save the code fold state when a document is closed and restore the folding state the next time the file is opened.
  383.  
  384. .topic 10011
  385. Save the position of bookmarks and restore them the next time the file is opened.
  386.  
  387. .topic 10012
  388. Save the read-only state and restore it the next time the file is opened.
  389.  
  390. .topic 10010
  391. This number is used to limit the number of files to save cursor and fold status for.
  392.  
  393. .topic 10013
  394. Backup saved files by adding an .bak extension to the old file.
  395.  
  396. .topic 10014
  397. Backup automatically saved files by adding an .bak extension to the old file.
  398.  
  399. .topic 10015
  400. Backup files to a folder.
  401.  
  402. .topic 10016
  403. Save the current file encoding when the document is closed.
  404.  
  405. .topic 10101
  406. Select font and size to be used in the hexadecimal editor.
  407.  
  408. .topic 10102
  409. Set the left margin text color.
  410.  
  411. .topic 10103
  412. Set the left margin background color.
  413.  
  414. .topic 10104
  415. Set the left margin selected text color.
  416.  
  417. .topic 10105
  418. Set the left margin selected background color.
  419.  
  420. .topic 10106
  421. Set the editor background color.
  422.  
  423. .topic 10107
  424. Set the color of the odd number columns (first, third...).
  425.  
  426. .topic 10108
  427. Set the color of the even number columns (second, forth...).
  428.  
  429. .topic 10109
  430. Set the number of bytes to display in each column.
  431.  
  432. .topic 10110
  433. Set the number of bytes to display on each row.
  434.  
  435. .topic 10201
  436. Save the current window size and position at close down. You can also use the menu item "Save layout" in the environment menu.
  437.  
  438. .topic 10202
  439. Remember the last used dictionary between sessions.
  440.  
  441. .topic 10203
  442. Show all tabs in the bottom bar. Usually these are hidden.
  443.  
  444. .topic 10204
  445. Set this option to have the open dialog open up in the same folder as the current document.
  446.  
  447. .topic 10205
  448. Open the search/replace options in a dialog instead of in the bottom-bar.
  449.  
  450. .topic 10212
  451. Add templates to the "New" drop down menu. Template files are listed below the file extensions of each syntax type.
  452.  
  453. .topic 10215
  454. Minimize the program to the system tray. Double click to restore the window.
  455.  
  456. .topic 10216
  457. Close the program to the system tray. All open files will be closed. Double click to restore the window. Exit the program by using the menu item "File->Exit".
  458.  
  459. .topic 10206
  460. Use the standard windows open/save dialogs. Works on Windows Vista as well. You will loose some features like the "Favorites" drop down menu and the encoding drop down box is not visible.
  461.  
  462. .topic 10213
  463. Use the Office 2000 open/save dialogs. You will loose some features like the "Favorites" drop down menu. The encoding drop down box is not visible on Windows Vista.
  464.  
  465. .topic 10214
  466. Use the internal open/save dialogs. These dialogs have more options and the encoding drop down box is available on all versions of windows.
  467.  
  468. .topic 10207
  469. Set a path that should be replaced with http://localhost. This option is used with the preview feature and can be useful when you want to preview e.g. PHP files.
  470.  
  471. .topic 10208
  472. Set the number of recently opened files to display in the menu. Valid numbers are 10 to 30.
  473.  
  474. .topic 10209
  475. Set the number of recently opened files to display on the start page "Home". Valid numbers are 1 to 10.
  476.  
  477. .topic 10210
  478. Set this option if you want the editor to minimize when you close the last document.
  479.  
  480. .topic 10211
  481. Show the open file progress using a progress bar located in the second status field on the status bar. For small files this progress bar is almost invisible, but for large files it can be helpful.
  482.  
  483. .topic 10217
  484. Show a splash screen at startup.
  485.  
  486. .topic 10218
  487. Save positions of some dialogs like Find/Replace, Advanced sort and Spell check.
  488.  
  489. .topic 10301
  490. Set the page margins to use when you print your file.
  491.  
  492. .topic 10302
  493. Set this option in order to insert information at the top of the pages.
  494.  
  495. .topic 10303
  496. Draw a line under the header information.
  497.  
  498. .topic 10304
  499. Select and edit the header data you want to insert to the left.
  500.  
  501. .topic 10305
  502. Select and edit the header data you want to insert to the center.
  503.  
  504. .topic 10306
  505. Select and edit the header data you want to insert to the right.
  506.  
  507. .topic 10307
  508. Set this option in order to insert information at the bottom of the pages.
  509.  
  510. .topic 10308
  511. Draw a line above the footer.
  512.  
  513. .topic 10309
  514. Select and edit the footer data you want to insert to the left.
  515.  
  516. .topic 10310
  517. Select and edit the footer data you want to insert to the center.
  518.  
  519. .topic 10311
  520. Select and edit the footer data you want to insert to the right.
  521.  
  522. .topic 10312
  523. Print line numbers in the left margin of your documents.
  524.  
  525. .topic 10401
  526. Select the font and font size to use in all program menus.
  527.  
  528. .topic 10402
  529. Use the system font in all program menus.
  530.  
  531. .topic 10403
  532. Select a menu style to use in all program menus.
  533.  
  534. .topic 10404
  535. Select the color of the current document tab. The color is gradient. This color is used from the top of the tab.
  536.  
  537. .topic 10405
  538. Select the color of the current document tab. The color is gradient. This color is used from at the bottom of the tab.
  539.  
  540. .topic 10406
  541. Show an image in each document tab.
  542.  
  543. .topic 10407
  544. Display or hide the close button displayed in the document tab. You can display a close button in all tabs, just the active one, or none.
  545.  
  546. .topic 10410
  547. Set a maximal width for the editor tabs in pixels.
  548.  
  549. .topic 10501
  550. Select a language in the list and press the "Select" button. The selected language will be used in all dialogs and menus of the program.
  551.  
  552. .topic 10502
  553. Select a language in the list and press the "Select" button. The selected language should be displayed below.
  554.  
  555.  
  556. .topic 10601
  557. Enable skin support. Select a skin to use in the list below.
  558.  
  559. .topic 10602
  560. Set this option if you don't want to skin the frame and caption of the window.
  561.  
  562. .topic 10701
  563. Set a path to the internet browser. The browser will appear in the browser button drop down menu, located on the main toolbar. You can use these external browsers to preview your web documents.
  564.  
  565. .topic 10702
  566. Enter a name for this internet browser.
  567.  
  568. .topic 10703
  569. Set a path to an external text compare tool e.g. WinMerge. Use the menu items in "Tools" menu or the document tab menu to run a text comparison.
  570.  
  571. .topic 10801
  572. Add a new tool item in the "Tools" menu. A tool can be an executable file, a help file or a script.
  573.  
  574. .topic 10802
  575. Remove a selected tool from the list.
  576.  
  577. .topic 10803
  578. Edit the tool settings.
  579.  
  580. .topic 10804
  581. Move the tool name up or down in the list. The tools are displayed in the same order in the "Tools" menu.
  582.  
  583. .topic 10805
  584. Assign a keyboard shortcut to the tool. Press a keyboard combination and click "Assign".
  585.  
  586. .topic 10806
  587. Remove the keyboard shortcut for this tool.
  588.  
  589. .topic 10807
  590. Check this option to add a button to the Quickbar toolbar on the "General" tab.
  591.  
  592. .topic 10808
  593. Check this option to add a button to the editor toolbar.
  594.  
  595. .topic 10851
  596. Select the tool type. Executable, html help file or script. Html files are opened with KeyHH.exe which should be in your windows folder.
  597.  
  598. .topic 10852
  599. Enter the name that will be displayed in the tools menu.
  600.  
  601. .topic 10853
  602. The file you wish to execute.
  603.  
  604. .topic 10854
  605. Set the initial dir. A file given as an argument should have a path relative to the initial dir.
  606.  
  607. .topic 10855
  608. Argument passed to the command. This can be entered manually. There are several options in the drop down menu.
  609.  
  610. .topic 10856
  611. Use this option to capture the output of the command. The output is displayed in the bottom-bar.
  612.  
  613. .topic 10857
  614. Use this option if the command makes changes to the current file and you wish to open it after the alteration.
  615.  
  616. .topic 10858
  617. Save all modified files before running the tool. This is important if the tool makes any changes to any open file.
  618.  
  619. .topic 10859
  620. Don't warn if files have been modified before running the tool. Use this option if the tool do not make any changes to the opened files.
  621.  
  622. .topic 10860
  623. Display a warning if a file has been modified before running the tool. You are given the choice to save the file before proceeding.
  624.  
  625. .topic 10861
  626. The tool output may hold some information like line numbers and columns. Here you can enter a formatting string to enable the editor to retrieve this information. You can use * as wildcard and the variables %F - filename, %L - line, %C - column.
  627. E.g. you may have an output line like:
  628.    line 1235 column 12 : ERROR: <some info>
  629. The formatting string should be:
  630.    line &L column %C. You can also use %F for file name and it is possible to use the asterisk (*) as a wildcard.
  631.  
  632.  
  633. .topic 10862
  634. Enter a sub menu to place this tool in. The sub menu is displayed in the tools menu.
  635.  
  636. .topic 10863
  637. Set this option to run the command in the background. The output will be directed to the message view in the bottom bar. To close down the tool, run it again.
  638.  
  639. .topic 10864
  640. Save the current file if it has been modified before running the tool. This is important if the tool makes any changes to the file.
  641.  
  642. .topic 11001
  643. Select a printer device from the list.
  644.  
  645. .topic 11002
  646. Open the standard printer setup dialog.
  647.  
  648. .topic 11003
  649. Print the entire document.
  650.  
  651. .topic 11004
  652. Only print the pages submitted in the edit boxes to the right.
  653.  
  654. .topic 11005
  655. Print the selected text only.
  656.  
  657. .topic 11006
  658. Print pages starting with this page.
  659.  
  660. .topic 11007
  661. Print pages ending with this page.
  662.  
  663. .topic 11008
  664. Print the text syntax highlighted.
  665.  
  666. .topic 11009
  667. Wrap text if the lines extend the right margin.
  668.  
  669. .topic 11010
  670. Open the options dialog found in the environment menu. Set margins, header and footer text.
  671.  
  672. .topic 11011
  673. Print all open files in the editor.
  674.  
  675. .topic 11200
  676. Separate command and values with tab characters. String or character values should be inclosed with ", e.g. "a". Long strings can contains line breaks. E.g. "String 1"[CRLF]"String 2"[CRLF]"String 3".
  677.  
  678. .topic 11201
  679. This is a list of available commands. Use [CRLF] for line break with mEditInsertString. E.g. mEditInsertString    "string1"[CRLF]"string2"[CRLF].
  680.  
  681. .topic 11300
  682. Enter a name for this profile
  683.  
  684. .topic 11301
  685. Enter the FTP address to connect to
  686.  
  687. .topic 11302
  688. Enter a user name. This is usually required to login to the server.
  689.  
  690. .topic 11303
  691. Enter a password in order to login to the server. If this field is empty, you will be asked to enter a password everytime you connect to the server.
  692.  
  693. .topic 11304
  694. Open this remote folder when connecting to the server.
  695.  
  696. .topic 11305
  697. Open this local folder when connecting to the server.
  698.  
  699. .topic 11310
  700. Select a server type. Normal unencrypted connection (FTP), encrypted connection (FTP/SSL) or normal connection through a SSH tunnel (SFTP/SSH).
  701.  
  702. .topic 11311
  703. Use "fast path" connections for traversing firewalls and network address translators (NAT). This can enhance the performance of data transfers when the FTP EPSV command is supported on the server
  704.  
  705.  
  706. .topic 11312
  707. Use Internet Protocol version 6. Otherwise IPv4 is used.
  708.  
  709. .topic 11313
  710. Let the server listen for the client to connect when transferring data. You can try changing this option if you are using a proxy server and can't transfer data to or from the FTP server.
  711.  
  712. .topic 11319
  713. Set this option to display the "last modified date/time" in the remote FTP folder list. Note! Changing folders may be slow with this option set.
  714.  
  715. .topic 11314
  716. If the connection fails you can select to try again. Enter the number of times the FTP Client should try to connect to the server.
  717.  
  718. .topic 11315
  719. Enter a delay before each retry. The delay is entered in seconds.
  720.  
  721. .topic 11316
  722. Specify the port to connect to. Usually this is the port 21.
  723.  
  724. .topic 11317
  725. Try to keep the connection alive. Sends a NOOP command to the server in the interval you specify. Enter the number of seconds between each NOOP command is sent. The value 0 turns this option off.
  726.  
  727. .topic 11318
  728. Resume an aborted transfer. Enter the number of times the transfer can be resumed. The value 0 will disable resuming.
  729.  
  730. .topic 11320
  731. Some FTP servers will request that the FTP client identifies itself using a certificate. If that is the case you can import a certificate and select it in the combo box.
  732.  
  733. .topic 11321
  734. Some FTP servers will request that the FTP client identifies itself using a certificate. If that is the case you can import a certificate and select it in the combo box.
  735.  
  736. .topic 11322
  737. Delete a certificate in the combo box list.
  738.  
  739. .topic 11323
  740. When using a secure connection the data channel and command channel are encrypted. If you like you can turn this off. Not supported by all servers, even if they support SSL.
  741.  
  742. .topic 11324
  743. When using a secure connection the data channel and command channel are encrypted. If you like you can turn this off. Not supported by all servers, even if they support SSL.
  744.  
  745. .topic 11325
  746. Press the create button and a wizard is displayed to help you create a private key file, a self signed certificate file and a certificate request file. They are placed in the folder .../data/cert.
  747. Use the certificate request to get a signed certificate file from someone managing the FTP server or for e.g. test purpose you can use the self signed certificate file. Use import and select the files and select the imported certificate in the combo box.
  748.  
  749. .topic 11330
  750. Create public and private key files. The private key is used by the editor (.key). The public key should be handed to the SSH server. The files will end up in the ..Data\Cert folder.
  751.  
  752. .topic 11331
  753. Use the password to connect to the SSH server. The server will return a key which you will have to accept to establish a connection.
  754.  
  755. .topic 11332
  756. Connect to SSH server using a private key file. Make sure the key file is selected below.
  757.  
  758. .topic 11333
  759. Select a private key file in the drop down list. This file is used to create a connection to the SSH server.
  760.  
  761. .topic 11334
  762. Use the file dialog to select a key to import. The imported key is created in the ..Data\Cert folder and added to the private key list.
  763.  
  764. .topic 11340
  765. Select a proxy type in the list.
  766.  
  767. .topic 11341
  768. Enter an address to the proxy.
  769.  
  770. .topic 11342
  771. Enter a login user name.
  772.  
  773. .topic 11343
  774. Enter a login password.
  775.  
  776. .topic 11344
  777. Enter a port.
  778.  
  779.